Appliance LocalAccounts Policy Info
The Appliance LocalAccounts Policy Info schema defines the global password policy.
This schema was added in vSphere API 6.7.
{
"max_days": 0,
"min_days": 0,
"warn_days": 0
}
Maximum number of days a password may be used. If the password is older than this, a password change will be forced.
This property was added in vSphere API 6.7.
If missing or null
then the restriction will be ignored.
Minimum number of days allowed between password changes. Any password changes attempted sooner than this will be rejected.
This property was added in vSphere API 6.7.
If missing or null
then the restriction will be ignored.
Number of days warning given before a password expires. A zero means warning is given only upon the day of expiration.
This property was added in vSphere API 6.7.
If missing or null
then no warning will be provided.